Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor detection and use of regex libraries. #1227

Merged
merged 2 commits into from
Aug 3, 2023

Conversation

mahge
Copy link
Contributor

@mahge mahge commented Aug 3, 2023

  • We now use the C++ standard regex library or fail. No more use of boost regex as a fallback. If it turns out that we still need to depend on boost for regex, we can bring it back. Otherwise, this means OMSimulator no longer depends on Boost at all. Which is a good thing for simplicity reasons.

  - We now use the C++ standard regex library or fail. No more use of boost
    regex as a fallback. If it turns out that we still need to depend on
    boost for regex, we can bring it back. Otherwise, this means OMSimulator
    no longer depends on Boost at all. Which is a good thing for simplicitly
    reasons.
@mahge mahge added the CI/Update Submodules Allow a pull request to update submodules label Aug 3, 2023
@mahge mahge self-assigned this Aug 3, 2023
@mahge mahge enabled auto-merge (squash) August 3, 2023 15:58
@mahge mahge disabled auto-merge August 3, 2023 15:58
@mahge mahge enabled auto-merge (squash) August 3, 2023 15:58
@mahge mahge merged commit f4d16f0 into OpenModelica:master Aug 3, 2023
@mahge mahge deleted the improve_cmake_config branch August 3, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/Update Submodules Allow a pull request to update submodules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant